Uses of Interface
com.google.common.base.Function

Packages that use Function
com.google.common.collect   
 

Uses of Function in com.google.common.collect
 

Methods in com.google.common.collect with parameters of type Function
<K,V> ConcurrentMap<K,V>
MapMaker.makeComputingMap(Function<? super K,? extends V> computingFunction)
          Builds a map that supports atomic, on-demand computation of values.
 



Copyright © 2011. All Rights Reserved.